home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / viewers / polyview / polyvw20.lha / PolyView2.0 / Examples / sine < prev    next >
Text File  |  1991-07-26  |  876b  |  38 lines

  1. ; Sine Demo
  2. ; Code provided by Chris Walquist, Industrial Consultant
  3. ;
  4. ; Loads an animation sequence displaying a two-dimensional sine function.
  5. ;
  6.  
  7. ; Open window
  8. window open polyview Sine
  9.  
  10. ; Set up props associated with the data
  11. props grid XY
  12.  
  13. ; Draw as nice outlined polygons when interactive, draw nothing when dragging.
  14. draw outlined
  15. drag nothing
  16.  
  17. ; Set up data for window and load it.
  18. data color pz
  19. data z pz
  20. data file sine.hdf
  21. data frame /*
  22. data load
  23.  
  24. ; Position camera
  25. jump camera 10.71 10.32 1.82
  26.  
  27. ; Fly around the surface
  28. move path spherical
  29. move camera 4.283864e+00 4.102141e+00 2.321597e+00
  30. move camera 4.631484e-01 -3.416277e+00 7.315938e-01
  31.  
  32. draw edges
  33. move camera -2.332368e-01 9.058091e+00 -1.361524e+00
  34. move camera 2.755669e+00 4.974810e+00 -4.697213e-01
  35. move camera 2.017283e+00 1.006344e+01 -1.703114e+00
  36. move camera 7.477687e+00 8.825567e+00 2.880981e-01
  37.